home *** CD-ROM | disk | FTP | other *** search
- ; This Configuration file describes the Auxillary Hardware Configuration.
- ; It should be read by every program, which tries to acces any Auxillary
- ; Hardware via the IEC bus.
- ; Home directory of this file is /src/lise/
- ; A local version in any directory superseeds the default file!
- ;
- ; organization:
- ;
- ; Any word, which starts with a `:` in the first column is a Keyword for this
- ; particular device. Then follows in this order on the next lines:
- ;
- ; 1) The device file.
- ; 2) a program to be called in the event of an error
- ; 3) an error message to be printed in the event of an error
- ; 4) a filename, to which spurious output should be directed
- ; 5) some device dependent information.
- ;
- ; This definition is stopped by an `#` in the first column.
- ;
- ; Choose printer:
- ; 1- assign choosen printer as ":defaultprinter"
- ; 2- rename old defaultprinter
- ; 3- if printer is HP-Deskjet500 on AMIGA choose "/tmp/rcp_tmp" as device file (2nd line)
- ; in other cases (printer connected directly to HP) choose "/dev/lpraw"
- ; 4- the lp command allways uses the HP-printer!
- ;
- :gfx0
- /tmp/tek.pipe@ ; graphic communication pipe
- /src/lise/fonts/trip.chr ; primary vector font
- 6 ; initial x size
- 6 ; initial y size
- /src/lise/fonts/symb.chr ; secondary vector font
- 6 ; initial x size
- 6 ; initial y size
- 256000 ; size of vector buffer
- HP_DeskJet_1 ; name of printerdriver
- #
- :gfx1
- /tmp/tek.pipe1@ ; graphic communication pipe
- /src/lise/fonts/trip.chr ; primary vector font
- 6 ; initial x size
- 6 ; initial y size
- /src/lise/fonts/symb.chr ; secondary vector font
- 6 ; initial x size
- 6 ; initial y size
- 256000 ; size of vector buffer
- HP_DeskJet_1 ; name of printerdriver
- #
- :gfx2
- /tmp/tek.pipe2@ ; graphic communication pipe
- /src/lise/fonts/trip.chr ; primary vector font
- 6 ; initial x size
- 6 ; initial y size
- /src/lise/fonts/symb.chr ; secondary vector font
- 6 ; initial x size
- 6 ; initial y size
- 256000 ; size of vector buffer
- HP_DeskJet_1 ; name of printerdriver
- #
- :gfx3
- /tmp/tek.pipe3 ; graphic communication pipe
- /src/lise/fonts/trip.chr ; primary vector font
- 6 ; initial x size
- 6 ; initial y size
- /src/lise/fonts/symb.chr ; secondary vector font
- 6 ; initial x size
- 6 ; initial y size
- 256000 ; size of vector buffer
- HP_DeskJet_1 ; name of printerdriver
- #
- :gfx4
- /tmp/tek.pipe4 ; graphic communication pipe
- /src/lise/fonts/trip.chr ; primary vector font
- 6 ; initial x size
- 6 ; initial y size
- /src/lise/fonts/symb.chr ; secondary vector font
- 6 ; initial x size
- 6 ; initial y size
- 256000 ; size of vector buffer
- HP_DeskJet_1 ; name of printerdriver
- #
- :halder
- /dev/hpib/7a16 ; hpib address is 16
- echo Halder error >/dev/syscon ; just print message on console window
- Halder error
- /dev/null
- 8k ; 8k or 16k halder (4 or 5 digits)
- PB ; command for print out (PB or PR)
- DA ; command to send after printout
- 8k ; length of actual spectrum
- #
- :halder-BUTZ
- /dev/hpib/7a16 ; hpib address is 16
- echo Halder error >/dev/syscon ; just print message on console window
- Halder error
- /dev/null
- 16k ; 8k or 16k halder (4 or 5 digits)
- PR ; command for print out (PB or PR)
- D1 ; command to send after printout
- 8k ; length of actual spectrum
- #
- :auger
- /dev/hpib/7a10
- /usr/bin/X11/xdialog -p exclaim -m "AES error"
- AES error
- /dev/null
- 100 ; miliseconds delay (150)
- 0.0015 ; voltage increment (before ramp), 1 eV per step = 0.0025
- 0.06 ; starting voltage 0.06
- 3.0 ; end voltage = 3.0956 = 1 KeV (Max = 10 V = 3.2304 KeV)
- 323.04 ; energy calibration eV/V
- 1 ; read out Lock In 3 times and take mean value
- 40 ; update gfx every 30 seconds
- /tmp/augertmp ; temporary spectrum name for gfx
- /src/aes/augergfx.bat; macro to call after update intervall
- #
- :EpsonX
- /dev/lpraw ; Epson compatible
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 3 ; number of passes
- 1 ; number of dot image characters lsb msb
- 1800 ; x_size printer
- 800 ; y_size printer
- \x1B@ ; printer initialize
- \x1BL ; printer double density grafic
- \x1B3\x01\n ; initiate half dot line feed
- \x1B3\x15\n ; initiate full line feed
- \x1B@\x0C ; send after printing
- #
- :QuietJet_UX
- /dev/lpraw ; HP Quiet Jet
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 2 ; number of passes
- 2 ; HP Mode Raster graphic in rows
- 1800 ; x_size printer
- 1200 ; y_size printer
- \x1B*t192R\x1B*rA ; select quad density graphics
- \x1B*b225W ; printer double density grafic
- \x00 ; initiate half dot line feed
- \x00 ; initiate full line feed
- \x1B*rB ; send after printing
- #
- :HP_DeskJet_1
- /dev/lpraw ; HP DeskJet 500
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 2 ; number of passes
- 3 ; HP DeskJet mode LandScape
- 3200 ; x_size printer
- 2400 ; y_size printer
- \x1B*t300R\x1B*rA ; select quad density graphics
- \x1B*b300W ; printer double density grafic
- \x00 ; initiate half dot line feed
- \x00 ; initiate full line feed
- \x1B*rbC\x0c ; send after printing
- #
- :HP_DeskJet_2
- /dev/lpraw ; HP DeskJet 500
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 2 ; number of passes
- 2 ; HP QuietJet mode (DeskJet portrait)
- 2400 ; x_size printer
- 1600 ; y_size printer
- \x1B*t300R\x1B*rA ; select quad density graphics
- \x1B*b300W ; printer double density grafic
- \x00 ; initiate half dot line feed
- \x00 ; initiate full line feed
- \x1B*rbC\x0c ; send after printing
- #
- :HP_DeskJet_NET
- /tmp/rcp.tmp ; HP DeskJet 500
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- /usr/bin/remote_print /tmp/rcp.tmp ; printing on Network
- 2 ; number of passes
- 3 ; HP DeskJet mode LandScape
- 3200 ; x_size printer
- 2400 ; y_size printer
- \x1B*t300R\x1B*rA ; select quad density graphics
- \x1B*b300W ; printer double density grafic
- \x00 ; initiate half dot line feed
- \x00 ; initiate full line feed
- \x1B*rbC\x0c ; send after printing
- #
- :PostScript
- ram:lise.ps ; Postscript output
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 2 ; doesn't matter
- 10 ; Identify Postscript
- 12 ; x_factor (int / 100)
- 12 ; y_factor (int / 100)
- #
- :Plotter
- : ; HP-GL output
- echo PRINTER error >/dev/syscon ; just print message on console window
- PRINTER error
- /dev/null
- IGNORE ; optional command after printing (NET)
- 2 ; doesn't matter
- 11 ; Identify HP-GL
- 225 ; x_factor (int / 100)
- 225 ; y_factor (int / 100)
- #
- :samp
- /dev/null
- /src/bnmr/errhandler "SAMPling ERROR" /tmp/lasterr
- NMR error
- /tmp/lasterr
- /tmp/samppipe.in
- /tmp/samppipe.out
- /tmp/samppipe.cmds
- pvmnmr ; host name of VME CPU
- hp; user account
- jaja; and password
- rscale GATEON; programm to be called
- logout; command to terminate VME session
- /src/bnmr/setup.dat; experiment definition file
- /src/bnmr/magnet -set %f; command to set magnetic field
- #
- :mult
- /dev/null
- /src/bnmr/errhandler "MULTiscale ERROR" /tmp/lasterr
- multiscale error
- /tmp/lasterr
- /tmp/multpipe.in
- /tmp/multpipe.out
- /tmp/multpipe.cmds
- pvmnmr ; /dev/tty00 ; or pvmnmr host name of VME CPU
- hp; user account
- jaja; and password
- mscale %d %d; programm to be called
- logout; command to terminate VME session
- /src/bnmr/setup.dat; experiment definition file
- /src/bnmr/magnet -set %f; command to set magnetic field
- #
- :kras
- /dev/null
- /src/bnmr/errhandler "KRAS ERROR" /tmp/lasterr
- NMR error
- /tmp/lasterr
- /tmp/kraspipe.in
- /tmp/kraspipe.out
- /tmp/kraspipe.cmds
- pvmnmr ; host name of VME CPU
- hp; user account
- jaja; and password
- rscale GATEON; programm to be called
- logout; command to terminate VME session
- /src/bnmr/setup.dat; experiment definition file
- /src/bnmr/magnet -set %f; command to set magnetic field
- #
- :MARCONI
- /dev/hpib/7a11
- /src/bnmr/errhandler "Marconi Frequency Generator ERROR" /tmp/lasterr
- Marconi Frequency Generator error
- /tmp/lasterr
- CFRQ:VALUE %fMHZ\n ; command to set Frequency in MHz
- CFRQ:INC %fMHZ\n ; command to set increment in MHz
- RFLV:VALUE %fMV\n ; command to set Amplitude in mV
- FM:DEVN %fKHZ\n ; command to set FM-Hub in kHz
- INTF4:FREQ %fKHZ\n ; command to set Modulation Frequency in kHz
- FM:ON\n ; command to turn Modulation on
- FM:OFF\n ; command to turn Modulation off
- #
- :RuS_SMGU
- /dev/hpib/7a12
- /src/bnmr/errhandler "R&S Frequency Generator ERROR" /tmp/lasterr
- R&S Frequency Generator error
- /tmp/lasterr
- RF %f MHZ\n ; command to set Frequency in MHz
- AM:OFF\n ; command to set increment in MHz
- L %f MV\n ; command to set Amplitude in mV
- FM %f KHZ\nFM:E:D\n ; command to set FM-Hub in kHz
- AF %f KHZ\n ; command to set Modulation Frequency in kHz
- AM %d PCT\nAM:E:D\n ; command to set Amplitude Modulation in percent
- FM:E:D\n ; command to turn Modulation on
- FM:OFF\n ; command to turn Modulation off
- #
- :magnet
- /dev/hpib/7a13
- /src/bnmr/errhandler "MAGNET error" /tmp/lasterr
- Magnet error
- /tmp/lasterr
- 1.0; scaling factor to G
- #
-